home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / UUPC3 / (OLD_SUP / README.MAC < prev    next >
Text File  |  1988-03-10  |  2KB  |  69 lines

  1. mac             June 8, 1987        Stuart Lynne
  2.  
  3. For Beta implementors only.
  4.  
  5. uupc incorporates a streamlined version of dcp to implement a uucp mail
  6. and news delivery system. 
  7.  
  8. See README.DCP for dcp info.
  9. See README.UU for overview of this version.
  10.  
  11. This directory implements the macintosh version of host support routines. 
  12. It runs under the Aztec Shell environment.
  13.  
  14. By moving the host dependant code into one file the other four dcp files can 
  15. hopefully be maintained easily. It should be possible to maintain one version
  16. of them which compiles and runs on all machines without conditional compilation
  17. flags.
  18.  
  19. To simplify things for other systems (Atari) use of -D in the cc command is
  20. not used. Instead various small files are used to set flags and then include
  21. a common file.
  22.  
  23. host.h             - include <host/host.h>
  24. mailhost.c        - define MAIN mailmain; include <host/host.h>
  25. mlib.c            - include <host/mlib.c>
  26. ulib.c            - include <host/ulib.c>
  27. uuhost.c        - define MAIN mailmain; include <host/host.h>
  28.  
  29. mac/host.c         - generic macintosh host, calls MAIN
  30. mac/host.h         - macintosh host header file
  31. mac/mlib.c         - mail library
  32. mac/ulib.c         - uupc library
  33.  
  34. mac/profile        - a sample aztec profile file to set environment varialbes
  35.  
  36. There is actually fairly little code here. I have a separate set of library 
  37. routines for doing the standard things like directory support. See 
  38. the shar file for the Macintosh library (maclib.shar).
  39.  
  40. A separate uux command is included in uupc for the Macintosh (not finished yet).
  41. Called macbin it copies a MacBinary image from stdin to a Macintosh file.
  42. This allows macintosh files, including both forks and the finder info to be
  43. stored in a single file on the remote system. It can then be retrieved by:
  44.  
  45.     uux macfile > remotemac!macbin
  46.  
  47. A standalone macbin will be available to convert a Macintosh file into a
  48. flat file with the MacBinary image.
  49.  
  50. For more information, bug fixes, more commands etc:
  51.  
  52.         Stuart.Lynne@van-bc.uucp
  53.         604-937-7532
  54.  
  55.  
  56.  
  57. PS. July 29/87
  58.  
  59. See the Amiga version for a genv.c that gets environment var's from
  60. a profile file directly. I havn't had time to try on mac yet. 
  61.  
  62. I have made a VERY PRELIMINARY start at a standalone version, but have
  63. not completed it yet. I hope to get more time to work on this early
  64. in the fall. In the meantime anyone who could get this running as a Mac
  65. application.... please feel free. And send me the changes.
  66.  
  67. sl
  68.  
  69.